home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu745.dms / pu745.adf / GLOBE099.LHA / Ami-Globe / read_bin.h < prev    next >
Text File  |  1994-10-29  |  2KB  |  35 lines

  1. /************************************************************************/
  2. /*                                                                      */
  3. /*      fichier         : read_bin.h                                    */
  4. /*      projet          : amiglobe                                      */
  5. /*      date création   : 27/08/94                                      */
  6. /*      commentaire     : prototypes des fonctions de                   */
  7. /*                        lecture des fichiers new_lac.Pt_bin           */
  8. /*                        création du tableau des points                */
  9. /*      révision        : $VER: Nom 1.001 (27 Aug 1994) */
  10. /*      copyright       : Olivier Collard, Thomas Landspurg             */
  11. /*                                                                      */
  12. /************************************************************************/
  13.  
  14.  
  15. /************************************************************************/
  16. /*      Variables externes                                              */
  17. /************************************************************************/
  18.  
  19.  
  20.  
  21. /************************************************************************/
  22. /*      Prototypes                                                      */
  23. /************************************************************************/
  24.  
  25. BOOL 
  26. read_map(char *p_filename);
  27. BOOL 
  28. read_map_bin(char *p_filename);
  29. BOOL    
  30. read_zones(char *p_filename, struct  RastPort        *rpG);
  31. void    
  32. save_zones( char *p_filename);
  33. void
  34. close_files(void);
  35.